home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000333_news@columbia.edu _Wed Feb 21 09:46:25 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id JAA17373
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 21 Feb 2001 09:46:25 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA08881
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Feb 2001 09:46:24 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA22406
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 21 Feb 2001 09:44:25 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Folding Telnet enhancements into Linux distros
  14. Date: 21 Feb 2001 14:44:23 GMT
  15. Organization: Columbia University
  16. Message-ID: <970k87$ls1$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <w0mzofg1b1o.fsf@Xenon.Stanford.EDU>,
  20. Thomas Wu  <tjw@Xenon.Stanford.EDU> wrote:
  21. : A recent mailing-list discussion prompted me to notice that the
  22. : default Telnet client and server distributed with various Linux
  23. : distributions like RedHat have fallen far behind the state-of-the-art
  24. : Open Source Telnet codebases out there, especially as far as
  25. : security is concerned.  Features that have been added include:
  26. : - Strong authentication: SRP, Kerberos V5/V4
  27. : - Encryption: 3DES, CAST-128, DES
  28. : - X11 session forwarding
  29. : - SSL/TLS-based session security (confidentiality and integrity)
  30. : Some of the enhancements provide security features not present in
  31. : existing remote access products, like ssh, and users should be allowed
  32. : a free choice in the matter.
  33. :
  34. Secure Telnet servers are listed here:
  35.  
  36.   http://www.columbia.edu/kermit/telnetd.html
  37.  
  38. Various secure Telnet clients exist, most of them modifications of the
  39. regular UNIX Telnet client, adding one of the security methods.
  40. C-Kermit 7.0, however, implements all of the ones that Tom listed:
  41.  
  42.   http://www.columbia.edu/kermit/ckermit.html
  43.  
  44. and adds file transfer, scripting, and character-set translation.  Its
  45. license allows inclusion with Linux:
  46.  
  47.   ftp://kermit.columbia.edu/kermit/f/COPYING.TXT
  48.  
  49. : Are crypto export restrictions still an
  50. : issue for Linux distros these days?
  51. :
  52. Binaries are restricted.  There is also a USA embargo on a list of
  53. specific countries, but apparently it does not extend to making
  54. source code available in public venues.
  55.  
  56. - Frank